Microsoft Windows Graphic

To create a new organizational unit

Using the Windows interface

  1. Open Active Directory Users and Computers.
  2. In the console tree, right-click the folder in which you want to add an organizational unit.
  3. Point to New, and then click Organizational Unit.
  4. Type the name of the organizational unit.

Notes

Using a command line

  1. Open Command Prompt.
  2. Type:

    dsadd ou OrganizationalUnitDN

Value Description
OrganizationalUnitDN Specifies the distinguished name of the organizational unit to be added.

Notes

Related Topics